Configurates
C1.Web.Mvc.TreeMap<T>.Palette. Sets an array of default colors to be used in a treemap.
Syntax
'Declaration
Public Overloads Overridable Function Palette( _
ByVal ParamArray () As Color _
) As
public virtual Palette(
params Color[]
)
Parameters
- colors
- The color array
Return Value
Current builder
See Also